footer

public abstract T footer(String html)

Configures HTML to be displayed in the footer.

Return

this instance

Parameters

html

the HTML to use for the footer

Throws

if the current printing operation has been completed


public abstract String footer()

Returns a value used for the footer.

Throws

if the current printing operation has been completed